type context.withoutCancelCtx
8 uses
context (current package)
context.go#L589: return withoutCancelCtx{parent}
context.go#L592: type withoutCancelCtx struct {
context.go#L596: func (withoutCancelCtx) Deadline() (deadline time.Time, ok bool) {
context.go#L600: func (withoutCancelCtx) Done() <-chan struct{} {
context.go#L604: func (withoutCancelCtx) Err() error {
context.go#L608: func (c withoutCancelCtx) Value(key any) any {
context.go#L612: func (c withoutCancelCtx) String() string {
context.go#L788: case withoutCancelCtx:
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |